SLEqualizerItf_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

GetBand
SLresult function(SLEqualizerItf self, SLmilliHertz frequency, SLuint16* pBand) GetBand;
Undocumented in source.
GetBandFreqRange
SLresult function(SLEqualizerItf self, SLuint16 band, SLmilliHertz* pMin, SLmilliHertz* pMax) GetBandFreqRange;
Undocumented in source.
GetBandLevel
SLresult function(SLEqualizerItf self, SLuint16 band, SLmillibel* pLevel) GetBandLevel;
Undocumented in source.
GetBandLevelRange
SLresult function(SLEqualizerItf self, SLmillibel* pMin, SLmillibel* pMax) GetBandLevelRange;
Undocumented in source.
GetCenterFreq
SLresult function(SLEqualizerItf self, SLuint16 band, SLmilliHertz* pCenter) GetCenterFreq;
Undocumented in source.
GetCurrentPreset
SLresult function(SLEqualizerItf self, SLuint16* pPreset) GetCurrentPreset;
Undocumented in source.
GetNumberOfBands
SLresult function(SLEqualizerItf self, SLuint16* pAmount) GetNumberOfBands;
Undocumented in source.
GetNumberOfPresets
SLresult function(SLEqualizerItf self, SLuint16* pNumPresets) GetNumberOfPresets;
Undocumented in source.
GetPresetName
SLresult function(SLEqualizerItf self, SLuint16 index, const SLchar** ppName) GetPresetName;
Undocumented in source.
IsEnabled
SLresult function(SLEqualizerItf self, SLboolean* pEnabled) IsEnabled;
Undocumented in source.
SetBandLevel
SLresult function(SLEqualizerItf self, SLuint16 band, SLmillibel level) SetBandLevel;
Undocumented in source.
SetEnabled
SLresult function(SLEqualizerItf self, SLboolean enabled) SetEnabled;
Undocumented in source.
UsePreset
SLresult function(SLEqualizerItf self, SLuint16 index) UsePreset;
Undocumented in source.

Meta